home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'I. Hellforge Crackme for W32Dasm (coded by LaZaRuS)'
- ClientHeight = 234
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 8
- Top = 8
- Width = 409
- Height = 145
- Color = clBlack
- Font.Color = clYellow
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
-
- 'This is the first Hellforge Crackme for W32Dasm. So using Soft-I' +
- 'ce or anything'
-
- 'else is considered as CHEATING. And you don'#39't want to be a lamer' +
- ', do you.'
-
- 'Actually in my opinion it is damn hard to code a CrackMe for W32' +
- 'Dasm. It'
-
- 'can'#39't have serial calculation or something else you can only fol' +
- 'low in SICE.'
- 'I tried my best and I believe it is little tricky.'
-
- 'If you have cracked it write a tutorial and send it to lazarus66' +
- '6@gnwmail.com.'
- 'The best cracker is allowed to join Hellforge.'
- ''
- 'Happy Cracking')
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 152
- Top = 168
- Width = 113
- Height = 21
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- Text = 'Enter the code'
- end
- object Edit2: TEdit
- Left = 240
- Top = 168
- Width = 33
- Height = 21
- BorderStyle = bsNone
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- Text = 'here'
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 200
- Width = 409
- Height = 25
- Caption = '&Check the damn code once again'
- TabOrder = 3
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- end
-